TestWise v3.6 now support latest RSpec 2.13 and bundled RWebSpec 4.2 dropped 'test' as the starting of a test case. If your test case is like the one below,
test_case "user can login" do
end
(The reason: test might be used some unit test frameworks, such as Ruby on Rails, might cause conflicts when running unit tests and UI tests in continuous integration).
A new snippet is added for creating a new test case in TestWise: type 'tc', then press Tab key.
You still can use 'story' interchangeably with 'test_case' or 'it'.