Skip to content

Commit

Permalink
enable to run test by rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sonots committed Sep 28, 2013
1 parent cf25cd8 commit 6b448dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--require spec_helper

1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
t.fail_on_error = false
t.rspec_opts = %w[-rspec_helper]
end

task :default => [:spec, :build]

0 comments on commit 6b448dd

Please sign in to comment.