Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed gemfile story.
  • Loading branch information
technicalpickles committed Aug 31, 2010
1 parent 63f9c98 commit aa9b5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/generator_steps.rb
Expand Up @@ -350,6 +350,6 @@
Then /^'Gemfile' uses the (.*) source$/ do |source|
content = File.read(File.join(@working_dir, @name, 'Gemfile'))

assert_match "source :#{source}", content
assert_match %Q{source "http://rubygems.org"}, content
end

0 comments on commit aa9b5ad

Please sign in to comment.