README in remarkable_rails-3.0.4 vs README in remarkable_rails-3.0.5

- old
+ new

@@ -63,10 +63,10 @@ describe TasksController do mock_models :task describe :post => :create, :task => { :these => 'params' } do - expects :new, :on => Task, with => {'these' => 'params'}, :returns => mock_task + expects :new, :on => Task, :with => {'these' => 'params'}, :returns => mock_task expects :save, :on => mock_task, :returns => true should_assign_to :task, :with => mock_task should_redirect_to { task_url(mock_task) } end